home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / gardenin.swf / scripts / DefineSprite_570 / frame_78 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  238 b   |  17 lines

  1. if(_parent._parent.rose_ok)
  2. {
  3.    if(_parent._parent.tonic_ok != true)
  4.    {
  5.       this.stop();
  6.    }
  7.    else
  8.    {
  9.       _parent._parent.tonic_ok = false;
  10.    }
  11. }
  12. else
  13. {
  14.    this.stop();
  15.    _parent._parent.flower_ok = false;
  16. }
  17.